'Declaration Public Function New( _
ByVal documentParent document of this field.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal namePartial field name.As System.String, _
ByVal rectAn annotation rectangle, defining the location of annotation on the page in default user space units.As System.Drawing.RectangleF, _
ByVal itemsA collection of items to be presented to the user.As System.Collections.Generic.IEnumerable(Of String) _
)
public PdfInteractiveFormComboBoxField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name,
System.Drawing.RectangleF rect,
System.Collections.Generic.IEnumerable<string> items
)
public: PdfInteractiveFormComboBoxField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name,
System.Drawing.RectangleF* rect,
System.Collections.Generic.IEnumerable<string*>* items
)
public:
PdfInteractiveFormComboBoxField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name,
System.Drawing.RectangleF^ rect,
System.Collections.Generic.IEnumerable<string^>^ items
)
Parameters
- document
- Parent document of this field.
- name
- Partial field name.
- rect
- An annotation rectangle, defining the location of annotation on the page in default user space units.
- items
- A collection of items to be presented to the user.